Micron Document
🎖️GitЯра🎖️

Node / meshtastic / Meshtastic-Android / files / .github / instructions / ci-workflows.instructions.md

Displaying Rendered • View rawDownload

.github/instructions/ci-workflows.instructions.md renovate/coil (9fe1a286) Text, 677 B

applyTo: "*/.yml"
excludeAgent: "code-review"

CI Workflow Rules

• Prefer explicit Gradle task paths (T383838androidApp:lintFdroidDebug) over shorthand (T383838lintDebug).
• CI uses T383838.github/ci-gradle.properties — don't assume local T383838gradle.properties values.
• CI passes T383838-Pci=true to enable full processor usage via T383838maxParallelForks.
• Use T383838fetch-depth: 0 only where needed (spotless ratcheting, version code). Use T383838fetch-depth: 1 otherwise.
• Desktop build matrix: T383838macos-latest, T383838windows-latest, T383838ubuntu-24.04, T383838ubuntu-24.04-arm.
• Lightweight jobs (labelers, triage, stale): use T383838ubuntu-24.04-arm runners.
• Gradle-heavy jobs: use T383838ubuntu-24.04 runners.

Served by rngit 1.5.2 - Generated in 0.06s